Class: Aws::Types::CreateVerifiedAccessInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_endpoints_custom_sub_domain::String

Returns the value of attribute cidr_endpoints_custom_sub_domain.

Returns:

  • (::String)


3730
3731
3732
# File 'sig/types.rbs', line 3730

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3727
3728
3729
# File 'sig/types.rbs', line 3727

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3725
3726
3727
# File 'sig/types.rbs', line 3725

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3728
3729
3730
# File 'sig/types.rbs', line 3728

def dry_run
  @dry_run
end

#fips_enabledBoolean

Returns the value of attribute fips_enabled.

Returns:

  • (Boolean)


3729
3730
3731
# File 'sig/types.rbs', line 3729

def fips_enabled
  @fips_enabled
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3726
3727
3728
# File 'sig/types.rbs', line 3726

def tag_specifications
  @tag_specifications
end