Class: Aws::Types::ConfigurationProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationProfileSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#validator_types ⇒ ::Array[("JSON_SCHEMA" | "LAMBDA")]
Returns the value of attribute validator_types.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def application_id @application_id end |
#id ⇒ ::String
Returns the value of attribute id.
121 122 123 |
# File 'sig/types.rbs', line 121 def id @id end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
123 124 125 |
# File 'sig/types.rbs', line 123 def location_uri @location_uri end |
#name ⇒ ::String
Returns the value of attribute name.
122 123 124 |
# File 'sig/types.rbs', line 122 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
125 126 127 |
# File 'sig/types.rbs', line 125 def type @type end |
#validator_types ⇒ ::Array[("JSON_SCHEMA" | "LAMBDA")]
Returns the value of attribute validator_types.
124 125 126 |
# File 'sig/types.rbs', line 124 def validator_types @validator_types end |