Class: Aws::Types::CreateConfigurationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retrieval_role_arn ⇒ ::String
Returns the value of attribute retrieval_role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#validators ⇒ ::Array[Types::Validator]
Returns the value of attribute validators.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
148 149 150 |
# File 'sig/types.rbs', line 148 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
150 151 152 |
# File 'sig/types.rbs', line 150 def description @description end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
156 157 158 |
# File 'sig/types.rbs', line 156 def kms_key_identifier @kms_key_identifier end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
151 152 153 |
# File 'sig/types.rbs', line 151 def location_uri @location_uri end |
#name ⇒ ::String
Returns the value of attribute name.
149 150 151 |
# File 'sig/types.rbs', line 149 def name @name end |
#retrieval_role_arn ⇒ ::String
Returns the value of attribute retrieval_role_arn.
152 153 154 |
# File 'sig/types.rbs', line 152 def retrieval_role_arn @retrieval_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
154 155 156 |
# File 'sig/types.rbs', line 154 def end |
#type ⇒ ::String
Returns the value of attribute type.
155 156 157 |
# File 'sig/types.rbs', line 155 def type @type end |
#validators ⇒ ::Array[Types::Validator]
Returns the value of attribute validators.
153 154 155 |
# File 'sig/types.rbs', line 153 def validators @validators end |