Class: Aws::Types::CreateAccessGrantsInstanceResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessGrantsInstanceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_grants_instance_arn ⇒ ::String
Returns the value of attribute access_grants_instance_arn.
-
#access_grants_instance_id ⇒ ::String
Returns the value of attribute access_grants_instance_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
-
#identity_center_arn ⇒ ::String
Returns the value of attribute identity_center_arn.
-
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
Instance Attribute Details
#access_grants_instance_arn ⇒ ::String
Returns the value of attribute access_grants_instance_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def access_grants_instance_arn @access_grants_instance_arn end |
#access_grants_instance_id ⇒ ::String
Returns the value of attribute access_grants_instance_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def access_grants_instance_id @access_grants_instance_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
172 173 174 |
# File 'sig/types.rbs', line 172 def created_at @created_at end |
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
177 178 179 |
# File 'sig/types.rbs', line 177 def identity_center_application_arn @identity_center_application_arn end |
#identity_center_arn ⇒ ::String
Returns the value of attribute identity_center_arn.
175 176 177 |
# File 'sig/types.rbs', line 175 def identity_center_arn @identity_center_arn end |
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
176 177 178 |
# File 'sig/types.rbs', line 176 def identity_center_instance_arn @identity_center_instance_arn end |