Class: Aws::Types::GetConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


838
839
840
# File 'sig/types.rbs', line 838

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def name
  @name
end

#run_configurationsTypes::RunConfigurationsResponse

Returns the value of attribute run_configurations.



836
837
838
# File 'sig/types.rbs', line 836

def run_configurations
  @run_configurations
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED")


837
838
839
# File 'sig/types.rbs', line 837

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


839
840
841
# File 'sig/types.rbs', line 839

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def uuid
  @uuid
end