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)


3780
3781
3782
# File 'sig/types.rbs', line 3780

def cidr_endpoints_custom_sub_domain
  @cidr_endpoints_custom_sub_domain
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3778
3779
3780
# File 'sig/types.rbs', line 3778

def dry_run
  @dry_run
end

#fips_enabledBoolean

Returns the value of attribute fips_enabled.

Returns:

  • (Boolean)


3779
3780
3781
# File 'sig/types.rbs', line 3779

def fips_enabled
  @fips_enabled
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3776
3777
3778
# File 'sig/types.rbs', line 3776

def tag_specifications
  @tag_specifications
end