Class: Aws::Types::CreateVerifiedAccessGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3601 3602 3603 |
# File 'sig/types.rbs', line 3601 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3602 3603 3604 |
# File 'sig/types.rbs', line 3602 def dry_run @dry_run end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def policy_document @policy_document end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationRequest
Returns the value of attribute sse_specification.
3603 3604 3605 |
# File 'sig/types.rbs', line 3603 def sse_specification @sse_specification end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3600 3601 3602 |
# File 'sig/types.rbs', line 3600 def tag_specifications @tag_specifications end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def verified_access_instance_id @verified_access_instance_id end |