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.
18645 18646 18647 |
# File 'sig/types.rbs', line 18645 def creation_time @creation_time end |
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
18647 18648 18649 |
# File 'sig/types.rbs', line 18647 def deletion_time @deletion_time end |
#description ⇒ ::String
Returns the value of attribute description.
18642 18643 18644 |
# File 'sig/types.rbs', line 18642 def description @description end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
18646 18647 18648 |
# File 'sig/types.rbs', line 18646 def last_updated_time @last_updated_time end |
#owner ⇒ ::String
Returns the value of attribute owner.
18643 18644 18645 |
# File 'sig/types.rbs', line 18643 def owner @owner end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
18649 18650 18651 |
# File 'sig/types.rbs', line 18649 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18648 18649 18650 |
# File 'sig/types.rbs', line 18648 def @tags end |
#verified_access_group_arn ⇒ ::String
Returns the value of attribute verified_access_group_arn.
18644 18645 18646 |
# File 'sig/types.rbs', line 18644 def verified_access_group_arn @verified_access_group_arn end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
18640 18641 18642 |
# File 'sig/types.rbs', line 18640 def verified_access_group_id @verified_access_group_id end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
18641 18642 18643 |
# File 'sig/types.rbs', line 18641 def verified_access_instance_id @verified_access_instance_id end |