Class: Aws::Types::VpcDestinationProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5495
5496
5497
# File 'sig/types.rbs', line 5495

def role_arn
  @role_arn
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


5493
5494
5495
# File 'sig/types.rbs', line 5493

def security_groups
  @security_groups
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


5492
5493
5494
# File 'sig/types.rbs', line 5492

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


5494
5495
5496
# File 'sig/types.rbs', line 5494

def vpc_id
  @vpc_id
end