Class: Aws::IoT::Types::VpcDestinationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The summary of a virtual private cloud (VPC) destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

Returns:

  • (String)


17218
17219
17220
17221
17222
17223
17224
17225
# File 'lib/aws-sdk-iot/types.rb', line 17218

class VpcDestinationSummary < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The security groups of the VPC destination.

Returns:

  • (Array<String>)


17218
17219
17220
17221
17222
17223
17224
17225
# File 'lib/aws-sdk-iot/types.rb', line 17218

class VpcDestinationSummary < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The subnet IDs of the VPC destination.

Returns:

  • (Array<String>)


17218
17219
17220
17221
17222
17223
17224
17225
# File 'lib/aws-sdk-iot/types.rb', line 17218

class VpcDestinationSummary < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


17218
17219
17220
17221
17222
17223
17224
17225
# File 'lib/aws-sdk-iot/types.rb', line 17218

class VpcDestinationSummary < Struct.new(
  :subnet_ids,
  :security_groups,
  :vpc_id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end