Class: Aws::Types::SetupHistoryResource

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:



2902
2903
2904
# File 'sig/types.rbs', line 2902

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



2903
2904
2905
# File 'sig/types.rbs', line 2903

def created_at
  @created_at
end

#locationTypes::ResourceLocation

Returns the value of attribute location.

Returns:



2904
2905
2906
# File 'sig/types.rbs', line 2904

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



2901
2902
2903
# File 'sig/types.rbs', line 2901

def name
  @name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.

Returns:



2905
2906
2907
# File 'sig/types.rbs', line 2905

def resource_type
  @resource_type
end