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.
19311 19312 19313 |
# File 'sig/types.rbs', line 19311 def creation_time @creation_time end |
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
19313 19314 19315 |
# File 'sig/types.rbs', line 19313 def deletion_time @deletion_time end |
#description ⇒ ::String
Returns the value of attribute description.
19308 19309 19310 |
# File 'sig/types.rbs', line 19308 def description @description end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
19312 19313 19314 |
# File 'sig/types.rbs', line 19312 def last_updated_time @last_updated_time end |
#owner ⇒ ::String
Returns the value of attribute owner.
19309 19310 19311 |
# File 'sig/types.rbs', line 19309 def owner @owner end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
19315 19316 19317 |
# File 'sig/types.rbs', line 19315 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19314 19315 19316 |
# File 'sig/types.rbs', line 19314 def @tags end |
#verified_access_group_arn ⇒ ::String
Returns the value of attribute verified_access_group_arn.
19310 19311 19312 |
# File 'sig/types.rbs', line 19310 def verified_access_group_arn @verified_access_group_arn end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
19306 19307 19308 |
# File 'sig/types.rbs', line 19306 def verified_access_group_id @verified_access_group_id end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
19307 19308 19309 |
# File 'sig/types.rbs', line 19307 def verified_access_instance_id @verified_access_instance_id end |