Class: Aws::Types::PrivateConnectivityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#private_connectivity_status"ENABLED", "DISABLED"

Returns the value of attribute private_connectivity_status.

Returns:

  • ("ENABLED", "DISABLED")


713
714
715
# File 'sig/types.rbs', line 713

def private_connectivity_status
  @private_connectivity_status
end

#provisioning_role_arn::String

Returns the value of attribute provisioning_role_arn.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def provisioning_role_arn
  @provisioning_role_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def role_arn
  @role_arn
end

#vpc_information_list::Array[Types::VpcInformation]

Returns the value of attribute vpc_information_list.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def vpc_information_list
  @vpc_information_list
end