Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- 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.
-
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_url ⇒ ::String
Returns the value of attribute environment_url.
-
#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.
-
#sage_maker_studio_domain_url ⇒ ::String
Returns the value of attribute sage_maker_studio_domain_url.
-
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
379 380 381 |
# File 'sig/types.rbs', line 379 def aws_account_id @aws_account_id end |
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
386 387 388 |
# File 'sig/types.rbs', line 386 def dedicated_service_account_id @dedicated_service_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
382 383 384 |
# File 'sig/types.rbs', line 382 def description @description end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def environment_id @environment_id end |
#environment_url ⇒ ::String
Returns the value of attribute environment_url.
381 382 383 |
# File 'sig/types.rbs', line 381 def environment_url @environment_url end |
#federation_mode ⇒ "FEDERATED", "LOCAL"
Returns the value of attribute federation_mode.
387 388 389 |
# File 'sig/types.rbs', line 387 def federation_mode @federation_mode end |
#federation_parameters ⇒ Types::FederationParameters
Returns the value of attribute federation_parameters.
388 389 390 |
# File 'sig/types.rbs', line 388 def federation_parameters @federation_parameters end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
377 378 379 |
# File 'sig/types.rbs', line 377 def name @name end |
#sage_maker_studio_domain_url ⇒ ::String
Returns the value of attribute sage_maker_studio_domain_url.
384 385 386 |
# File 'sig/types.rbs', line 384 def sage_maker_studio_domain_url @sage_maker_studio_domain_url end |
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
380 381 382 |
# File 'sig/types.rbs', line 380 def status @status end |