Class: Aws::Types::AssociationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def arn
  @arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def association_id
  @association_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


196
197
198
# File 'sig/types.rbs', line 196

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


198
199
200
# File 'sig/types.rbs', line 198

def expires_at
  @expires_at
end

#mode"LIVE", "DRY_RUN"

Returns the value of attribute mode.

Returns:

  • ("LIVE", "DRY_RUN")


195
196
197
# File 'sig/types.rbs', line 195

def mode
  @mode
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def rule_id
  @rule_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def updated_at
  @updated_at
end