Class: Aws::Types::EnvironmentBlueprintSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentBlueprintSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def provider @provider end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def provisioning_properties @provisioning_properties end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def updated_at @updated_at end |