Class: Aws::Types::CreateVerifiedAccessInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_endpoints_custom_sub_domain ⇒ ::String
Returns the value of attribute cidr_endpoints_custom_sub_domain.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#cidr_endpoints_custom_sub_domain ⇒ ::String
Returns the value of attribute cidr_endpoints_custom_sub_domain.
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.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3616 3617 3618 |
# File 'sig/types.rbs', line 3616 def dry_run @dry_run end |
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
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.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def tag_specifications @tag_specifications end |