Class: Aws::Types::GetScheduleGroupOutput

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:



124
125
126
# File 'sig/types.rbs', line 124

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def creation_date
  @creation_date
end

#last_modification_date ⇒ ::Time

Returns the value of attribute last_modification_date.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def last_modification_date
  @last_modification_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#state ⇒ "ACTIVE", "DELETING"

Returns the value of attribute state.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def state
  @state
end