Class: Aws::Types::PortfolioShareDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptedBoolean

Returns the value of attribute accepted.

Returns:

  • (Boolean)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def accepted
  @accepted
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def principal_id
  @principal_id
end

#share_principalsBoolean

Returns the value of attribute share_principals.

Returns:

  • (Boolean)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def share_principals
  @share_principals
end

#share_tag_optionsBoolean

Returns the value of attribute share_tag_options.

Returns:

  • (Boolean)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def share_tag_options
  @share_tag_options
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATION", "ORGANIZATIONAL_UNIT", "ORGANIZATION_MEMBER_ACCOUNT")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def type
  @type
end