Class: Aws::Types::EnvironmentAccountConnection

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)


556
557
558
# File 'sig/types.rbs', line 556

def arn
  @arn
end

#codebuild_role_arn ⇒ ::String

Returns the value of attribute codebuild_role_arn.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def codebuild_role_arn
  @codebuild_role_arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def component_role_arn
  @component_role_arn
end

#environment_account_id ⇒ ::String

Returns the value of attribute environment_account_id.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def 
  @environment_account_id
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def environment_name
  @environment_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def id
  @id
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def last_modified_at
  @last_modified_at
end

#management_account_id ⇒ ::String

Returns the value of attribute management_account_id.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def 
  @management_account_id
end

#requested_at ⇒ ::Time

Returns the value of attribute requested_at.

Returns:

  • (::Time)


564
565
566
# File 'sig/types.rbs', line 564

def requested_at
  @requested_at
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def role_arn
  @role_arn
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


566
567
568
# File 'sig/types.rbs', line 566

def status
  @status
end