Class: Aws::Types::CreateIdentityCenterApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIdentityCenterApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
124 125 126 |
# File 'sig/types.rbs', line 124 def client_token @client_token end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
123 124 125 |
# File 'sig/types.rbs', line 123 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
122 123 124 |
# File 'sig/types.rbs', line 122 def name @name end |