Class: Aws::Types::Account

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def arn
  @arn
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def email
  @email
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def id
  @id
end

#joined_method"INVITED", "CREATED"

Returns the value of attribute joined_method.

Returns:

  • ("INVITED", "CREATED")


45
46
47
# File 'sig/types.rbs', line 45

def joined_method
  @joined_method
end

#joined_timestamp::Time

Returns the value of attribute joined_timestamp.

Returns:

  • (::Time)


46
47
48
# File 'sig/types.rbs', line 46

def joined_timestamp
  @joined_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def name
  @name
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


44
45
46
# File 'sig/types.rbs', line 44

def paths
  @paths
end

#state"PENDING_ACTIVATION", ...

Returns the value of attribute state.

Returns:

  • ("PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED")


43
44
45
# File 'sig/types.rbs', line 43

def state
  @state
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "SUSPENDED", "PENDING_CLOSURE")


42
43
44
# File 'sig/types.rbs', line 42

def status
  @status
end