Class: Aws::MigrationHubRefactorSpaces::Types::EnvironmentVpc

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the virtual private cloud (VPC) owner.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_blocksArray<String>

The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.

Returns:

  • (Array<String>)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_timeTime

A timestamp that indicates when the VPC is first added to the environment.

Returns:

  • (Time)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_idString

The unique identifier of the environment.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_timeTime

A timestamp that indicates when the VPC was last updated by the environment.

Returns:

  • (Time)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_idString

The ID of the VPC.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_nameString

The name of the VPC at the time it is added to the environment.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
# File 'gems/aws-sdk-migrationhubrefactorspaces/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