Class: Aws::Types::EndpointAuthorization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_all_vp_csBoolean

Returns the value of attribute allowed_all_vp_cs.

Returns:

  • (Boolean)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def allowed_all_vp_cs
  @allowed_all_vp_cs
end

#allowed_vp_cs::Array[::String]

Returns the value of attribute allowed_vp_cs.

Returns:

  • (::Array[::String])


1476
1477
1478
# File 'sig/types.rbs', line 1476

def allowed_vp_cs
  @allowed_vp_cs
end

#authorize_time::Time

Returns the value of attribute authorize_time.

Returns:

  • (::Time)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def authorize_time
  @authorize_time
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def cluster_identifier
  @cluster_identifier
end

#cluster_status::String

Returns the value of attribute cluster_status.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def cluster_status
  @cluster_status
end

#endpoint_count::Integer

Returns the value of attribute endpoint_count.

Returns:

  • (::Integer)


1477
1478
1479
# File 'sig/types.rbs', line 1477

def endpoint_count
  @endpoint_count
end

#grantee::String

Returns the value of attribute grantee.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def grantee
  @grantee
end

#grantor::String

Returns the value of attribute grantor.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def grantor
  @grantor
end

#status"Authorized", "Revoking"

Returns the value of attribute status.

Returns:

  • ("Authorized", "Revoking")


1474
1475
1476
# File 'sig/types.rbs', line 1474

def status
  @status
end