Struct aws_sdk_migrationhubrefactorspaces::operation::create_application::CreateApplicationOutput
source · #[non_exhaustive]pub struct CreateApplicationOutput {Show 13 fields
pub name: Option<String>,
pub arn: Option<String>,
pub owner_account_id: Option<String>,
pub created_by_account_id: Option<String>,
pub application_id: Option<String>,
pub environment_id: Option<String>,
pub vpc_id: Option<String>,
pub proxy_type: Option<ProxyType>,
pub api_gateway_proxy: Option<ApiGatewayProxyInput>,
pub state: Option<ApplicationState>,
pub tags: Option<HashMap<String, String>>,
pub last_updated_time: Option<DateTime>,
pub created_time: Option<DateTime>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the application.
arn: Option<String>
The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
owner_account_id: Option<String>
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
created_by_account_id: Option<String>
The Amazon Web Services account ID of application creator.
application_id: Option<String>
The unique identifier of the application.
environment_id: Option<String>
The ID of the environment in which the application is created.
vpc_id: Option<String>
The ID of the Amazon VPC.
proxy_type: Option<ProxyType>
The proxy type of the proxy created within the application.
api_gateway_proxy: Option<ApiGatewayProxyInput>
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
state: Option<ApplicationState>
The current state of the application.
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
last_updated_time: Option<DateTime>
A timestamp that indicates when the application was last updated.
created_time: Option<DateTime>
A timestamp that indicates when the application is created.
Implementations§
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn owner_account_id(&self) -> Option<&str>
pub fn owner_account_id(&self) -> Option<&str>
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
sourcepub fn created_by_account_id(&self) -> Option<&str>
pub fn created_by_account_id(&self) -> Option<&str>
The Amazon Web Services account ID of application creator.
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The unique identifier of the application.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The ID of the environment in which the application is created.
sourcepub fn proxy_type(&self) -> Option<&ProxyType>
pub fn proxy_type(&self) -> Option<&ProxyType>
The proxy type of the proxy created within the application.
sourcepub fn api_gateway_proxy(&self) -> Option<&ApiGatewayProxyInput>
pub fn api_gateway_proxy(&self) -> Option<&ApiGatewayProxyInput>
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
sourcepub fn state(&self) -> Option<&ApplicationState>
pub fn state(&self) -> Option<&ApplicationState>
The current state of the application.
The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
A timestamp that indicates when the application was last updated.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
A timestamp that indicates when the application is created.
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn builder() -> CreateApplicationOutputBuilder
pub fn builder() -> CreateApplicationOutputBuilder
Creates a new builder-style object to manufacture CreateApplicationOutput
.
Trait Implementations§
source§impl Clone for CreateApplicationOutput
impl Clone for CreateApplicationOutput
source§fn clone(&self) -> CreateApplicationOutput
fn clone(&self) -> CreateApplicationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateApplicationOutput
impl Debug for CreateApplicationOutput
source§impl PartialEq for CreateApplicationOutput
impl PartialEq for CreateApplicationOutput
source§fn eq(&self, other: &CreateApplicationOutput) -> bool
fn eq(&self, other: &CreateApplicationOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateApplicationOutput
impl RequestId for CreateApplicationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.