Class: Aws::MigrationHubRefactorSpaces::Types::EnvironmentVpc
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::EnvironmentVpc
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Provides summary information for the ‘EnvironmentVpc` resource as a response to `ListEnvironmentVpc`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
-
#cidr_blocks ⇒ Array<String>
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
-
#created_time ⇒ Time
A timestamp that indicates when the VPC is first added to the environment.
-
#environment_id ⇒ String
The unique identifier of the environment.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the VPC was last updated by the environment.
-
#vpc_id ⇒ String
The ID of the VPC.
-
#vpc_name ⇒ String
The name of the VPC at the time it is added to the environment.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |
#cidr_blocks ⇒ Array<String>
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
A timestamp that indicates when the VPC is first added to the environment.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of the environment.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
A timestamp that indicates when the VPC was last updated by the environment.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |
#vpc_name ⇒ String
The name of the VPC at the time it is added to the environment.
1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1146 class EnvironmentVpc < Struct.new( :account_id, :cidr_blocks, :created_time, :environment_id, :last_updated_time, :vpc_id, :vpc_name) SENSITIVE = [] include Aws::Structure end |