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)


3618
3619
3620
# File 'sig/types.rbs', line 3618

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3615
3616
3617
# File 'sig/types.rbs', line 3615

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3613
3614
3615
# File 'sig/types.rbs', line 3613

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3616
3617
3618
# File 'sig/types.rbs', line 3616

def dry_run
  @dry_run
end

#fips_enabledBoolean

Returns the value of attribute fips_enabled.

Returns:

  • (Boolean)


3617
3618
3619
# File 'sig/types.rbs', line 3617

def fips_enabled
  @fips_enabled
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3614
3615
3616
# File 'sig/types.rbs', line 3614

def tag_specifications
  @tag_specifications
end