Class: Aws::Types::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_bundles ⇒ ::Array[::String]
Returns the value of attribute data_bundles.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#federation_mode ⇒ "FEDERATED", "LOCAL"
Returns the value of attribute federation_mode.
-
#federation_parameters ⇒ Types::FederationParameters
Returns the value of attribute federation_parameters.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#superuser_parameters ⇒ Types::SuperuserParameters
Returns the value of attribute superuser_parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#data_bundles ⇒ ::Array[::String]
Returns the value of attribute data_bundles.
60 61 62 |
# File 'sig/types.rbs', line 60 def data_bundles @data_bundles end |
#description ⇒ ::String
Returns the value of attribute description.
54 55 56 |
# File 'sig/types.rbs', line 54 def description @description end |
#federation_mode ⇒ "FEDERATED", "LOCAL"
Returns the value of attribute federation_mode.
57 58 59 |
# File 'sig/types.rbs', line 57 def federation_mode @federation_mode end |
#federation_parameters ⇒ Types::FederationParameters
Returns the value of attribute federation_parameters.
58 59 60 |
# File 'sig/types.rbs', line 58 def federation_parameters @federation_parameters end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
53 54 55 |
# File 'sig/types.rbs', line 53 def name @name end |
#superuser_parameters ⇒ Types::SuperuserParameters
Returns the value of attribute superuser_parameters.
59 60 61 |
# File 'sig/types.rbs', line 59 def superuser_parameters @superuser_parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
56 57 58 |
# File 'sig/types.rbs', line 56 def @tags end |