Class: Aws::Types::Account

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



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

def arn
  @arn
end

#email::String

Returns the value of attribute email.



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

def email
  @email
end

#id::String

Returns the value of attribute id.



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

def id
  @id
end

#joined_method"INVITED", "CREATED"

Returns the value of attribute joined_method.



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.



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

def joined_timestamp
  @joined_timestamp
end

#name::String

Returns the value of attribute name.



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

def name
  @name
end

#paths::Array[::String]

Returns the value of attribute paths.



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

def paths
  @paths
end

#state"PENDING_ACTIVATION", ...

Returns the value of attribute state.



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

def state
  @state
end

#status"ACTIVE", ...

Returns the value of attribute status.



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

def status
  @status
end