Class: Aws::Types::ActivityTypeInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::ActivityType

Returns the value of attribute activity_type.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def activity_type
  @activity_type
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def creation_date
  @creation_date
end

#deprecation_date::Time

Returns the value of attribute deprecation_date.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def deprecation_date
  @deprecation_date
end

#description::String

Returns the value of attribute description.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def description
  @description
end

#status"REGISTERED", "DEPRECATED"

Returns the value of attribute status.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def status
  @status
end