Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_source ⇒ Types::IdentitySource
Returns the value of attribute identity_source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#identity_source ⇒ Types::IdentitySource
Returns the value of attribute identity_source.
35 36 37 |
# File 'sig/types.rbs', line 35 def identity_source @identity_source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
36 37 38 |
# File 'sig/types.rbs', line 36 def @tags end |