Class: Aws::Types::ConfigurationProfile
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationProfile
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#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.
-
#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.
106 107 108 |
# File 'sig/types.rbs', line 106 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
109 110 111 |
# File 'sig/types.rbs', line 109 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
107 108 109 |
# File 'sig/types.rbs', line 107 def id @id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def kms_key_arn @kms_key_arn end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
115 116 117 |
# File 'sig/types.rbs', line 115 def kms_key_identifier @kms_key_identifier end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
110 111 112 |
# File 'sig/types.rbs', line 110 def location_uri @location_uri end |
#name ⇒ ::String
Returns the value of attribute name.
108 109 110 |
# File 'sig/types.rbs', line 108 def name @name end |
#retrieval_role_arn ⇒ ::String
Returns the value of attribute retrieval_role_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def retrieval_role_arn @retrieval_role_arn end |
#type ⇒ ::String
Returns the value of attribute type.
113 114 115 |
# File 'sig/types.rbs', line 113 def type @type end |
#validators ⇒ ::Array[Types::Validator]
Returns the value of attribute validators.
112 113 114 |
# File 'sig/types.rbs', line 112 def validators @validators end |