Class: Aws::Types::CreateEnvironmentProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentProfileOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def aws_account_region @aws_account_region end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def domain_id @domain_id end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def environment_blueprint_id @environment_blueprint_id end |
#id ⇒ ::String
Returns the value of attribute id.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def project_id @project_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def user_parameters @user_parameters end |