Class: Aws::Types::AcmeExternalAccountBindingSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arn::String

Returns the value of attribute acme_endpoint_arn.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def acme_endpoint_arn
  @acme_endpoint_arn
end

#acme_external_account_binding_arn::String

Returns the value of attribute acme_external_account_binding_arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def 
  @acme_external_account_binding_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


170
171
172
# File 'sig/types.rbs', line 170

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


167
168
169
# File 'sig/types.rbs', line 167

def expires_at
  @expires_at
end

#last_used_at::Time

Returns the value of attribute last_used_at.

Returns:

  • (::Time)


169
170
171
# File 'sig/types.rbs', line 169

def last_used_at
  @last_used_at
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


168
169
170
# File 'sig/types.rbs', line 168

def revoked_at
  @revoked_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def role_arn
  @role_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


171
172
173
# File 'sig/types.rbs', line 171

def updated_at
  @updated_at
end