Class: Aws::Types::DescribeCrossAccountAccessRoleResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registered_at::Time

Returns the value of attribute registered_at.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def registered_at
  @registered_at
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def role_arn
  @role_arn
end

#validBoolean

Returns the value of attribute valid.

Returns:

  • (Boolean)


273
274
275
# File 'sig/types.rbs', line 273

def valid
  @valid
end