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.
18972 18973 18974 |
# File 'sig/types.rbs', line 18972 def creation_time @creation_time end |
#deletion_time ⇒ ::String
Returns the value of attribute deletion_time.
18974 18975 18976 |
# File 'sig/types.rbs', line 18974 def deletion_time @deletion_time end |
#description ⇒ ::String
Returns the value of attribute description.
18969 18970 18971 |
# File 'sig/types.rbs', line 18969 def description @description end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
18973 18974 18975 |
# File 'sig/types.rbs', line 18973 def last_updated_time @last_updated_time end |
#owner ⇒ ::String
Returns the value of attribute owner.
18970 18971 18972 |
# File 'sig/types.rbs', line 18970 def owner @owner end |
#sse_specification ⇒ Types::VerifiedAccessSseSpecificationResponse
Returns the value of attribute sse_specification.
18976 18977 18978 |
# File 'sig/types.rbs', line 18976 def sse_specification @sse_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18975 18976 18977 |
# File 'sig/types.rbs', line 18975 def @tags end |
#verified_access_group_arn ⇒ ::String
Returns the value of attribute verified_access_group_arn.
18971 18972 18973 |
# File 'sig/types.rbs', line 18971 def verified_access_group_arn @verified_access_group_arn end |
#verified_access_group_id ⇒ ::String
Returns the value of attribute verified_access_group_id.
18967 18968 18969 |
# File 'sig/types.rbs', line 18967 def verified_access_group_id @verified_access_group_id end |
#verified_access_instance_id ⇒ ::String
Returns the value of attribute verified_access_instance_id.
18968 18969 18970 |
# File 'sig/types.rbs', line 18968 def verified_access_instance_id @verified_access_instance_id end |