Class: Aws::Types::Environment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def 
  @aws_account_id
end

#dedicated_service_account_id::String

Returns the value of attribute dedicated_service_account_id.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def 
  @dedicated_service_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def description
  @description
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("FEDERATED", "LOCAL")


387
388
389
# File 'sig/types.rbs', line 387

def federation_mode
  @federation_mode
end

#federation_parametersTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATE_REQUESTED", "CREATING", "CREATED", "DELETE_REQUESTED", "DELETING", "DELETED", "FAILED_CREATION", "RETRY_DELETION", "FAILED_DELETION", "UPDATE_NETWORK_REQUESTED", "UPDATING_NETWORK", "FAILED_UPDATING_NETWORK", "SUSPENDED")


380
381
382
# File 'sig/types.rbs', line 380

def status
  @status
end