Class: Aws::Types::CreateRotationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_ids ⇒ ::Array[::String]

Returns the value of attribute contact_ids.

Returns:

  • (::Array[::String])


133
134
135
# File 'sig/types.rbs', line 133

def contact_ids
  @contact_ids
end

#idempotency_token ⇒ ::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def idempotency_token
  @idempotency_token
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def name
  @name
end

#recurrence ⇒ Types::RecurrenceSettings

Returns the value of attribute recurrence.



136
137
138
# File 'sig/types.rbs', line 136

def recurrence
  @recurrence
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


134
135
136
# File 'sig/types.rbs', line 134

def start_time
  @start_time
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def tags
  @tags
end

#time_zone_id ⇒ ::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def time_zone_id
  @time_zone_id
end