Class: Aws::Types::AssociationSummary

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:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def arn
  @arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def association_id
  @association_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


207
208
209
# File 'sig/types.rbs', line 207

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


209
210
211
# File 'sig/types.rbs', line 209

def expires_at
  @expires_at
end

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


206
207
208
# File 'sig/types.rbs', line 206

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def rule_id
  @rule_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


208
209
210
# File 'sig/types.rbs', line 208

def updated_at
  @updated_at
end