Class: Aws::Types::AcmeExternalAccountBinding

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)


153
154
155
# File 'sig/types.rbs', line 153

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)


152
153
154
# File 'sig/types.rbs', line 152

def 
  @acme_external_account_binding_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


158
159
160
# File 'sig/types.rbs', line 158

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


155
156
157
# File 'sig/types.rbs', line 155

def expires_at
  @expires_at
end

#last_used_at::Time

Returns the value of attribute last_used_at.

Returns:

  • (::Time)


157
158
159
# File 'sig/types.rbs', line 157

def last_used_at
  @last_used_at
end

#revoked_at::Time

Returns the value of attribute revoked_at.

Returns:

  • (::Time)


156
157
158
# File 'sig/types.rbs', line 156

def revoked_at
  @revoked_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def role_arn
  @role_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


159
160
161
# File 'sig/types.rbs', line 159

def updated_at
  @updated_at
end