Class: Aws::Types::EnvironmentAccountConnectionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def arn
  @arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def component_role_arn
  @component_role_arn
end

#environment_account_id ⇒ ::String

Returns the value of attribute environment_account_id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def 
  @environment_account_id
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def id
  @id
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


576
577
578
# File 'sig/types.rbs', line 576

def last_modified_at
  @last_modified_at
end

#management_account_id ⇒ ::String

Returns the value of attribute management_account_id.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def 
  @management_account_id
end

#requested_at ⇒ ::Time

Returns the value of attribute requested_at.

Returns:

  • (::Time)


578
579
580
# File 'sig/types.rbs', line 578

def requested_at
  @requested_at
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def role_arn
  @role_arn
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "CONNECTED", "REJECTED")


580
581
582
# File 'sig/types.rbs', line 580

def status
  @status
end