Class: Aws::Types::ResourceSetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def id
  @id
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def last_update_time
  @last_update_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def name
  @name
end

#resource_set_status"ACTIVE", "OUT_OF_ADMIN_SCOPE"

Returns the value of attribute resource_set_status.

Returns:

  • ("ACTIVE", "OUT_OF_ADMIN_SCOPE")


1050
1051
1052
# File 'sig/types.rbs', line 1050

def resource_set_status
  @resource_set_status
end