Class: Aws::Types::VerifiedAccessGroup
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#verified_access_group_arn ⇒ ::String
Returns the value of attribute verified_access_group_arn.
-
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
-
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
Instance Attribute Details
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
19332 19333 19334 |
# File 'sig/types.rbs', line 19332 def creation_time @creation_time end |
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
19334 19335 19336 |
# File 'sig/types.rbs', line 19334 def deletion_time @deletion_time end |
#description ⇒ ::String
Returns the value of attribute description.
19329 19330 19331 |
# File 'sig/types.rbs', line 19329 def description @description end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
19333 19334 19335 |
# File 'sig/types.rbs', line 19333 def last_updated_time @last_updated_time end |
#owner ⇒ ::String
Returns the value of attribute owner.
19330 19331 19332 |
# File 'sig/types.rbs', line 19330 def owner @owner end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
19336 19337 19338 |
# File 'sig/types.rbs', line 19336 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19335 19336 19337 |
# File 'sig/types.rbs', line 19335 def @tags end |
#verified_access_group_arn ⇒ ::String
Returns the value of attribute verified_access_group_arn.
19331 19332 19333 |
# File 'sig/types.rbs', line 19331 def verified_access_group_arn @verified_access_group_arn end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
19327 19328 19329 |
# File 'sig/types.rbs', line 19327 def verified_access_group_id @verified_access_group_id end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
19328 19329 19330 |
# File 'sig/types.rbs', line 19328 def verified_access_instance_id @verified_access_instance_id end |